home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 035a / grinost.zip / HAPN.TXT < prev    next >
Text File  |  1991-07-03  |  2KB  |  42 lines

  1.  
  2. July 2, 1991
  3.  
  4. I am making an intermediate release of GRINOS v0.4ß, designated N1BEE 910702.
  5. This release differs from N1BEE 910630 only in that the HAPN drivers are being
  6. included on a test basis.  Therefore, the release of GRINOS-S designated N1BEE
  7. 910630 will remain current, as the HAPN drivers are not and will not be bound
  8. into the small version.  A size increase of about 8K will be noted by users of
  9. the large version.
  10.  
  11. Unfortunately, including the HAPN drivers pushed the compiler's DGROUP, which
  12. is made of up of initialized and uninitialized static data, past the maximum
  13. size limit of 64K.  In order to get GRINOS to link successfully, I enabled
  14. the automatic far data threshold in the compiler and set it to 255 bytes.
  15. This moved six data items out of DGROUP.  These items relate to the ttylink
  16. screen display, the IP router, the AX.25 driver, the DRSI driver, the 8250
  17. driver used by the ASY hardware type, and the SLIP driver.  If bugs have
  18. been introduced in any of these functions by my compiler tweaking, which
  19. would actually surprise me, this is most likely the cause.  For the sake of
  20. convenience, this far data threshold will also be used in GRINOS-S beginning
  21. with v0.5, provided that no serious problems are reported.
  22.  
  23. The HAPN driver, which supports the HAPN card, is the 03-26-91 version.  It
  24. supports selectable IRQ, even though the HAPN card is usually hardwired to
  25. IRQ2.  Only one HAPN card can be supported by NOS at this time.  The syntax
  26. for the attach command is:
  27.  
  28. attach hapn <baseio> <IRQ> ax25 <label> <rxbuffersize> <mtu> <duplex> <IPaddr>
  29.  
  30. The <IPaddr> is optional and will default to the main IP address if omitted.
  31. An example of a standard attachment would be:
  32.  
  33. attach hapn 0x310 2 ax25 ha0 2048 300 csma
  34.  
  35. (Please note that IRQ2 is not recommended in an AT-class machine with a 16-bit
  36. bus due to the motherboard's use of it for the cascade interrupt.  Hardware
  37. IRQ9 is remapped to IRQ2 for EGA and some VGA cards, which use it for their
  38. vertical retrace interval signal.)
  39.  
  40. -- Mike Bilow, n1bee@n1bee.ampr.org
  41.  
  42.